debian/rules: Move test script to an easier to maintain external file
authorMarco Trevisan (Treviño) <mail@3v1n0.net>
Thu, 8 Jul 2021 14:11:33 +0000 (16:11 +0200)
committerMarco Trevisan (Treviño) <marco@ubuntu.com>
Fri, 9 Jul 2021 14:02:45 +0000 (16:02 +0200)
commit6ee3ca3d31fa4fd99f6ed7312e24aa9397d1142c
tree767664b883d7d4ab976d6988c3e1a61b23079056
parentc89acf29eeecd7c646f252a43ccbec51697a48bb
debian/rules: Move test script to an easier to maintain external file

We're doing lots of operations to run tests, it's better to have the
setup in an external script that it's easier to run, debug and maintain
debian/rules
debian/run-tests.sh [new file with mode: 0755]